This action parses an XML document (a binary stream of data) and creates a data structure with the content represented by it.
The input can be the output of a previous call to Serialize XML converted to binary, the content of a file ready by Read Binary File or Read Resource, or an XML document returned by some web service. Trigger<XML Document> (non-repetitive binary trigger [required]): The XML document to parse (a binary stream of data).
Exit
<Parsed Tree> (non-repetitive exit [required]): The data structure represented by <XML Document>. Namespaces of elements are defined by their respective ‘xml.namespace’ property values (created when importing XML Schema definitions (.xsd files) or WSDL definitions (.wsdl files) through the Import WSDL wizard, as explained in the Web Services Documentation).